C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseCollection<T> Class / BaseCollection<T> Constructor
The owning storage.

In This Topic
BaseCollection<T> Constructor
In This Topic
Initializes a new instance of the BaseCollection<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As System.Object _
)
 

Parameters

owner
The owning storage.
See Also